dataframe python unique values rows

29

# get the unique values (rows)
df.drop_duplicates()

Comments

Submit
0 Comments